Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replaced 'download folder' with 'synchronize', triggering the synchronization in two-ways of all the files in a folder #1109

Merged
merged 27 commits into from
Oct 30, 2015

Conversation

davivel
Copy link
Contributor

@davivel davivel commented Aug 24, 2015

No description provided.

@davivel
Copy link
Contributor Author

davivel commented Aug 24, 2015

Implemented, but pending of clean-up. I will comment again when development is finished.

@davivel davivel changed the title [WIP] Replaced 'download folder' with 'synchronize', triggering the synchronization in two-ways of all the files in a folder Replaced 'download folder' with 'synchronize', triggering the synchronization in two-ways of all the files in a folder Aug 24, 2015
@davivel
Copy link
Contributor Author

davivel commented Aug 24, 2015

Clean-up done. Ready to test & review.

cc @purigarcia & @masensio

@davivel
Copy link
Contributor Author

davivel commented Aug 24, 2015

Implements #3 (in manual mode)

@davivel
Copy link
Contributor Author

davivel commented Aug 24, 2015

@purigarcia , @masensio : rebased after last merges into master; ready to go again

}
}
*/
//}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FileDataStorageManager.java is cleaner. 👍

@masensio
Copy link

Awesome job!!

Code review done.
Merge pending until the validation will be finished.

@davivel
Copy link
Contributor Author

davivel commented Sep 15, 2015

Delayed to next release due to problem not detecting some conflicts

@strugee
Copy link

strugee commented Sep 21, 2015

Delayed to next release

Is the date for this written down somewhere? I know there's the GitHub Milestones, but they don't say (AFAIK) when releases will be shipped.

I was really, really looking forward to having this feature, and it'd be nice to know when it's expected.

@davivel
Copy link
Contributor Author

davivel commented Sep 21, 2015

MIlestones have a date, though it's not as easy to find as should:

https://github.com/owncloud/android/milestones

In this view dates are listed below the milestone names.

@strugee
Copy link

strugee commented Sep 22, 2015

@davivel thanks, I appreciate it.

@rperezb
Copy link

rperezb commented Oct 7, 2015

There is a bug here, in case there is a conflict, it´s not possible to fix the conflict
STEPS TO REPRODUCE IT

  1. Go to the Desktop Client and create a new account (user1)
  2. Create a new folder (e.g Hello) on the Desktop cliente
  3. Go to the folder (Hello) and create a new File (e.g Hola)
  4. Open the file and write something, Save
  5. Go to the mobil
  6. Go to the mobil with the same account (user1)
  7. Waiting to sync
  8. Go to the file
  9. Download the file
  10. Go to the Desktop client
  11. Open the file, write and save
  12. Go to the mobil (do not upload)
  13. Open the file, write and save
  14. Select to sync file (You can see File Conflict)
  15. If you select the Local Version Option

@tobiasKaminsky
Copy link
Contributor

@rperezb There is something missing in your test description, or? Point 15 ends in the middle of the sentence.

masensio and others added 4 commits October 27, 2015 08:52
Conflicts:
	owncloud-android-library
	src/com/owncloud/android/files/services/FileUploader.java
…_save_local_version

Fixed  "Select Local Version" or "Keep Both behaviour" in conflict dialog
@davivel
Copy link
Contributor Author

davivel commented Oct 30, 2015

Bug fixed in #1219.

Aaaaand, please @Dianafg76

@davivel
Copy link
Contributor Author

davivel commented Oct 30, 2015

That's it.

@Dianafg76
Copy link

I tested with Nexus 9 v6.0 and Android Galaxy S3 v 4 and is working OK

@masensio
Copy link

Waiting for Travis :)

masensio pushed a commit that referenced this pull request Oct 30, 2015
Replaced 'download folder' with 'synchronize', triggering the synchronization in two-ways of all the files in a folder
@masensio masensio merged commit eaa0612 into master Oct 30, 2015
@masensio masensio deleted the sync_full_folder branch October 30, 2015 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants